home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 424_02 / ED-157 / window.h < prev   
Text File  |  1993-09-11  |  282b  |  9 lines

  1. /* Included by: many, many routines */
  2. typedef struct win_str *win_ptr;
  3. typedef struct win_str
  4. {
  5.     rec_ptr base,currec,toprec,botrec;
  6.     int curbyt,toprow,botrow,toplim,botlim,currow,curcol,firstcol,wantcol,modified,diredit,binary,news;
  7.     Char *filebuf,*filename,*bookmark;
  8. } win_node;
  9.